home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global captioncast, photocast, moviecast, moviebtncast
- if (the visible of sprite moviecast = 1) and not soundBusy(2) then
- set the movieRate of sprite moviecast to 0
- end if
- set the visible of sprite captioncast to 0
- set the visible of sprite photocast to 0
- set the visible of sprite moviecast to 0
- set the visible of sprite moviebtncast to 0
- set the castNum of sprite captioncast to member "rep_caption_core"
- set the castNum of sprite photocast to member "rep_photo_core"
- set the castNum of sprite moviecast to member "rep_mov_core"
- puppetSound(1, "CLICK.aif")
- if not soundBusy(2) then
- puppetSound(2, "report.aif")
- end if
- go(#next)
- end
-